<name>Chiron</name>
<profession>Centaur King</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <text>You have come to a place of wisdom, traveller.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if>
        <key>centaurproofbooked</key>
        <key>!centaurtojoin</key>
      </if>
      <text>But ... but Lord ... you are Centaurs!</text>
      <npc>
        <reply>
          <text>What else would we be? Surely, you did not climb up the mountain just to hear us say so?</text>
          <return>centaurs</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if>
        <key>centaurtojoin</key>
        <key>!centaurjoined</key>
      </if>
      <text>Lord Chiron, sir, would ... would YOU come with us?</text>
      <npc>
        <reply>
          <text>No, [race]. Someone has to keep this lot sober!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Have you always lived on this mountain?</text>
      <npc>
        <reply>
          <text>We have for a many ages, although some of our kin have wandered off to the south and became wild. The mountain protects us well, and the Gnoll hunt provides us with all that we need.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Do you have any advice for us, wise king?</text>
      <npc>
        <reply>
          <text>In this land you will meet many that ask you to do something. Be it great or small, don't do people's bidding as a matter of course. All your actions have consequences, some of which you cannot easily afford. Even merely standing by can get you hurt.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We thank you humbly, your majesty</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main>

  <centaurs>
    <option>
      <if>
        <key>centaurbonesaccepted</key>
        <key>!centaurproofrejected</key>
      </if>
      <text>No Lord Chiron, we think we can already prove your existence beyond any doubt.</text>
      <npc>
        <reply>
          <text>It is good to know that we don't have to question our very existence.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Lord Chiron, we feel a bit silly, but that's exactly what we came for. Our mentor, the seer Mekander, has sent us on this errant. We must return with proof.</text>
      <npc>
        <reply>
          <text>You are being tested, I believe. Very well, let me think...
Ah! You could ask one of us to return to the seers with you. Just ask around, we do have some with a yearn for adventure.</text>
          <script>
            <key>centaurtojoin</key>
            <quest>Centaur Proof|Find a Centaur willing to accompany you back to Serenity</quest>
            <log>Chiron suggested to ask one of the centaurs to join and thereby prove their existence</log>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </centaurs>
</dialogue>